home *** CD-ROM | disk | FTP | other *** search
- Path: sdd.hp.com!inn
- From: Jeff Grimmett <jgrimm@sdd.hp.com>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: SAS/Lattice C question
- Date: 18 Jan 1996 16:31:34 GMT
- Organization: Hewlett-Packard Company
- Message-ID: <4dlsl6$kaf@news.sdd.hp.com>
- References: <4d17sv$146$1@mhadg.production.compuserve.com> <hubey.821500755@pegasus.montclair.edu>
- NNTP-Posting-Host: hpsdv330.sdd.hp.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- hubey@pegasus.montclair.edu (H. M. Hubey) wrote:
-
- >I had bought the Lattice C commpiler years ago but never
- >got a chance to program. I tried a simple pgm from Jamsa's
- >1001 tips (shown below), and the compiler gives an error
- >message. It's asking for a DEFINE value for stub xxxx.
- >I don't understand what it could be asking for. There doesn't
- >seem to be any functions except for those in stdio.h.
-
- It does that when you're using a function that it can't actually find the
- code for. I wish you had specified which function caused this (it DOES
- tell you), so lacking that, I'll take a stab in the dark:
-
- #include <stdlib.h>
-
-
-
-